home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Workplace Effectiveness:…ecision-Making Strategies
/
Workplace Effectiveness: Decision-Making Strategies.iso
/
pc
/
Files
/
View.dxr
/
00024_play this sound.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1998-12-16
|
289 b
|
13 lines
property thisHandler
global gMasterData
on exitFrame me
goNarrator(gMasterData, thisHandler)
end
on getPropertyDescriptionList me
set description to [:]
addProp(description, #thisHandler, [#default: EMPTY, #format: #string, #comment: "run this handler:"])
return description
end